home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
frame_1
/
PlaceObject2_2_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2003-03-01
|
264b
|
13 lines
onClipEvent(enterFrame){
loaded = int(_root.getBytesLoaded());
percent = int(loaded / total * 100);
_root.percent = percent + "%";
if(percent >= 100)
{
tellTarget("_root.entermovie")
{
gotoAndStop(2);
}
}
}